Search
Recurrence.setDaysOfWeek Method
See Also
 






Sets on which days of a week the event occurs.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public void setDaysOfWeek (
    EnumSet<DayOfWeek> value
)

 Parameters

value

One or more of the DayOfWeek constants.

 Remarks

This value is used when the recurrence getPattern is RecurrencePattern.Weekly.

 See Also